Documentation

Demo - Saving Loading - Open Dev Kit Documentation

Open Dev Kit Documentation :: Demo - Saving Loading

Demo project for demonstrating various saving and loading techniques.

How it Works

This demo project demonstrates various saving and loading techniques using multiple Window UIs for specific functions such as Clipboard management, text/image files, objects (XML/Binary API data), and INI settings. Some key features include the use of Open File Dialog, Save File Dialog, and Alert Box functions for user interaction. The Objects Window utilizes a global instance gMyClass of MyClass, with parameters like mText, mBool, and mInt for XML/Binary serialization and deserialization.

Below is a breakdown of each window and the functions it utilizes:

Clipboard

Text File

Image File

API Object

INI Settings

If you think anything is missing, please feel free to: submit documentation feedback on this page